home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
athlete_.swf
/
scripts
/
DefineButton2_109
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
191b
|
10 lines
on(release){
_root.p2type--;
if(_root.p2type < 1)
{
_root.p2type = 6;
}
p2.gotoAndStop(_root.p2type);
p2name = "\'" + _root.names[_root.p2type - 1] + "\'";
}